/* Username / password text: white, same as Remember me (cache-bust file) */

.auth.auth--stone .input-group .form-control,
.auth.auth--stone .input-group .form-control:focus,
.auth.auth--stone .input-group input[type="text"],
.auth.auth--stone .input-group input[type="password"],
.auth.auth--stone .page_form input[type="email"],
.auth.auth--stone .page_form input[type="text"],
.auth.auth--stone .page_form input[type="password"] {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	caret-color: #fff;
	text-shadow: none !important;
}

.auth.auth--stone .input-group .form-control::placeholder,
.auth.auth--stone .input-group .form-control::-webkit-input-placeholder,
.auth.auth--stone .input-group input::placeholder,
.auth.auth--stone .input-group input::-webkit-input-placeholder,
.auth.auth--stone .page_form input::placeholder,
.auth.auth--stone .page_form input::-webkit-input-placeholder {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
}

.auth.auth--stone .input-group input:-webkit-autofill,
.auth.auth--stone .input-group input:autofill {
	-webkit-text-fill-color: #fff !important;
	caret-color: #fff !important;
}
